home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / angel19.zip / READ.ME < prev    next >
Text File  |  1993-03-29  |  4KB  |  74 lines

  1. QUICK START REFERENCE
  2.  
  3. Files contained in this archive are:
  4.  
  5. file_id.diz     BBS file [*]
  6. desc.sdi        BBS file [*]
  7. ANGEL.BI        BASIC INCLUDE file, function declarations
  8. ANGEL.QLB       Quick Library for QBX environment
  9. SAMPLE.LIB      Sample linker library (for making EXE files)
  10. ANGELIB.TXT     Documentation formatted for "standard printer" [*]
  11. ANGELIB.WP      Documentation in WordPerfect 5 format [*]
  12. colours.bi        BASIC INCLUDE file, colour constants [■]
  13. FKeys.BI        BASIC INCLUDE file, keyboard constants [■]
  14. Printer.DAT     Printer definitions [■]
  15. PtrRec.DEF        BASIC INCLUDE file, PRINTER.DAT record definitions [■]
  16. FKey.LST        Sample text file for use with FKEYS subroutine [*]
  17. QSORT.BAS        Public domain sort used in ANGELIB [*]
  18. ORDER.FRM       Order form for all of my shareware
  19. COMPARE.EXE     Replacement for DOS COMP; shows ASCII and HEX, will compare
  20.                 files of different sizes.  Type COMPARE for instructions. [*]
  21. DUMP.EXE        A hex/octal/decimal file viewer.  I made this because all
  22.                 the others only do Hex and sometimes I need decimal...
  23.                 Type DUMP for usage instructions. [*]
  24.  
  25. Files marked with [*] are not needed to use ANGELIB so you may remove them
  26. if you are tight on disk space, but you may want to keep some or all of them
  27. handy.    Please keep ORDER.FRM on your disk until you decide whether to
  28. register ANGELIB.
  29.  
  30. Files marked with [■] are not needed to use ANGELIB, but you will probably
  31. want to use them in your programme development.  For example, to use the
  32. printer routines (such as printer selection, font selection, etc.) you will
  33. need '$INCLUDE: 'PtrRec.DEF' in your programme.
  34.  
  35. The Registered Edition contains the following extra files which are to
  36. be used ONLY by the registered owner:
  37.  
  38. ANGEL.LIB       Full library, use when compiling to an EXE
  39. FAROBJ.EXE      Archive of OBJ (object) modules of my routines so you can
  40.                 make your own custom libraries.  Note that PBClone and
  41.                 EZ-Windows are required to compile some routines (see docs),
  42.                 but this applies only to the OBJs -- you may use all of the
  43.                 routines in ANGEL.LIB whether or not you have these
  44.                 libraries.
  45. ANGELIB.INF     Routine information file for use with Hanlin's LIBWIZ utility
  46.  
  47. If you ordered source code, you will also get:
  48.  
  49. SOURCE.EXE      Source code archive which contains...
  50.     *.BAS       ── BASIC modules
  51.     ANGEL.MAK   ── All of the BAS routine names for QBX; when you "QBX
  52.                    ANGEL /L ADDIN" you will get all of the routines so you
  53.                    can modify & debug.
  54.     ADDIN.LSP   ── Names of routines needed from PBClone and EZ-Windows to
  55.                    use some source code and OBJ modules (pass this file as
  56.                    a parameter to LIB)
  57.  
  58.  
  59. The SAMPLE.LIB library contains the following routines:
  60.     CalcAttr%       ChooseFl$       ContCan%        DateVal
  61.     Delay           FKeys           GetFontInfo     Inform%
  62.     IsColour%       IsPath%         Max%            Min%
  63.     MonthDays       ParseFSpec      PctDone         QSort
  64.     Repl$           SayOk           SearchPath$     StrFmt$
  65.     StripSymbols    Trim$           zTrim$
  66.  
  67. The complete LIB file is included with registration. You can use the
  68. full library in the QBX environment and compile programmes which use
  69. only those functions in the SAMPLE library.  For convenience you can
  70. rename SAMPLE to ANGEL.LIB so that compiling from within QBX will work
  71. properly; I use different names just to make it obvious that it's not
  72. the full LIB file.
  73.  
  74.